print(1.2)
print("Hallo Welt")
var = 9
print(var)
print(-3 * 4)
print(-3, 12, "Python rockt")
var = 9
print("Die magische Zahl ist:", var)
